recursive-file-loader 1.0.3

Library to recursively load files via references in the files
Documentation

Recursive file loader

A crate to load text files recursively, following references to other files and inserting their contents at the reference point. Optionally, a reference can specify whether the indentation of the reference should be applied to the linked content prior to insertion.

See [load_file_recursively] for documentation and examples.